lib/pull: Don't leave commits pulled by depth as partial
authorJonathan Lebon <jonathan@jlebon.com>
Thu, 19 Mar 2020 14:05:57 +0000 (10:05 -0400)
committerJonathan Lebon <jonathan@jlebon.com>
Thu, 19 Mar 2020 14:10:50 +0000 (10:10 -0400)
commitfd822a8dfdcd2d9a6a9c749144e5fdb37df59b18
tree6cf6df64ed33aea7ff3306cdedad30753c777bc8
parentab22e9dacb2ad655189a4601403e734914e20da3
lib/pull: Don't leave commits pulled by depth as partial

When pulling full parent commits via e.g. `--depth N`, we weren't
unmarking them as partial in the out path.

Closes: #2035
src/libostree/ostree-repo-pull.c
tests/test-local-pull-depth.sh